home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / DCS_dialogue < prev    next >
Encoding:
Text File  |  2003-09-12  |  323 b   |  19 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  DCS dialogue
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSDCS_dialogue_h
  8. #define SFSDCS_dialogue_h
  9.  
  10. #include <stdbool.h>
  11. #include "toolbox.h"
  12.  
  13. extern ObjectId dcs_sharedid;
  14. extern bool dcs_openparent;
  15.  
  16. extern void DCS_initialise(ObjectId object);
  17.  
  18. #endif
  19.